projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe91095
)
drivers/net/vsc9953: Fix missing reserved register
author
Codrin Ciubotariu
<
[email protected]
>
Fri, 24 Jul 2015 13:55:24 +0000
(16:55 +0300)
committer
York Sun
<
[email protected]
>
Mon, 21 Sep 2015 15:29:46 +0000
(08:29 -0700)
The VSC9953 DS reserves a register between vlan_mask and anag_efil
registers.
Signed-off-by: Johnson Leung <
[email protected]
>
Signed-off-by: Codrin Ciubotariu <
[email protected]
>
Acked-by: Joe Hershberger <
[email protected]
>
Reviewed-by: York Sun <
[email protected]
>
include/vsc9953.h
patch
|
blob
|
history
diff --git
a/include/vsc9953.h
b/include/vsc9953.h
index 6ae5fec1cba4364645c9697999184a591f342147..8ff02c15aa7fd70dc97ce6b1243527255e9ae121 100644
(file)
--- a/
include/vsc9953.h
+++ b/
include/vsc9953.h
@@
-143,6
+143,7
@@
struct vsc9953_ana_ana_tables {
struct vsc9953_ana_ana {
u32 adv_learn;
u32 vlan_mask;
+ u32 reserved;
u32 anag_efil;
u32 an_events;
u32 storm_limit_burst;